home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / DefineButton2_1808 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2011-06-09  |  551 b   |  19 lines

  1. on(press){
  2.    _root.dis = 2;
  3.    if(_root.inven._currentframe == 1)
  4.    {
  5.       if(_root.micon._currentframe == 1 && _root.range == true)
  6.       {
  7.          _root.txt_number = 1;
  8.          _root.next_dis1 = 2;
  9.          _root.next_txt1 = "He will come for them soon, I\'m probably scaring the little guy so I\'ll have to leave.";
  10.       }
  11.       if(_root.micon._currentframe == 2)
  12.       {
  13.          _root.txt_number = 1;
  14.          _root.next_dis1 = 2;
  15.          _root.next_txt1 = "It\'s the carrots that I placed on the gound.";
  16.       }
  17.    }
  18. }
  19.